/* err, script to load a picture into ArtEffect on startup*/
/* created with the help of Neil Bothwick and a couple of others */
/* whose names slip my mind atm.. :-/ Soz */
/* If you make any changes to it, let me know and send me a copy to: */
/* stom@redhotant.com */
parse arg pic
address command
if ~show('P','ArtEffect') then 'Run >NIL: Programs:ArtEffect/ArtEffect'
do i=1 to 6 until RC = 0;'waitforport ArtEffect';end
address 'ArtEffect' 'loadpic' pic
if RC > 0 then address command 'requestchoice >NIL: "ArtEffect Load Error...""Sorry, ArtEffect could not load the image*n*n'pic'*n*n*nPlease check the file name/format""Ok, thanks"'